.navbar{
	
	background-color:#000000;
	
	border-radius:0px
	
}
.navbar-collapse ul li a{
	
	border:none;
font-size:17px;
font-family:calibri;
}
.navbar-collapse ul li a:hover{
	
	background-color:#000000;
	
	
}

.seprator{
	margin-left:20px;
	margin-top:30px;

}


.navbar-default{
	
	background-color:#337AB7;
	border:none;
}

.link{
	
	display:inline-block;
	width:100%;
	border-radius:0px;
	border:0px;
	margin-top:7px;
	height:50px;
	line-height:50px;
	font-family:calibri;
	text-align:left;
	font-size:20px;
	
}



 .slide{
	 display:inline-block;
	height:50px;
	transition:1s;
	font-weight:bolder;
	background-color:#7AAFDA;
	transition:1s;
	color:white ;
	}
	
 .slide:hover{
	
	transition:1s;
	color:white ;
	background: linear-gradient(#6EDFFA,#38A4D8,#1B6589,#103D52,#09202B);

	
}

.jumbotron{
	
	background-image: url('cccc.jpg');
	background-size:cover;
	color:white;
}
.well hr{
	
	border-bottom:.5px dotted #414141;
}


input[type=file]
{
	
	width:0px;
	height:0px;
position:relative;
z-index:-1;
overflow:hidden;
opacity:0;

}
label[for=file]
{
	width:100%;
	height:20px;
	border:1px solid #CCCCCC;
	height:34px;
	line-height:34px;
	padding-left:10px;
	display:block;
	text-align:center;
	background-color:#6BA6D6;
	color:white;
	font-weight:normal;
}

label[for=file]:hover{
	
	background-color:#2F73AA;
}